Klasse DefaultProfileID
java.lang.Object
com.inet.pdfc.config.DefaultProfileID
This class is provides the IDs of the installed and available default profiles. This profiles are for instance visible
in the desktop application or the server. Unlike the listing in the server, this class will ignore the filters set in the
global configuration.
- Seit:
- i-net PDFC 4.0
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final StringThe default profile to compare all elements in continuous page modestatic final StringThe default profile to compare all elements page by pagestatic final StringThe default profile to compare all elements page by page with very strict tolerance settings.static final StringThe default profile to compare text and text styles in continuous page modestatic final StringThe default profile to compare text only in continuous page mode -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungLists all default profiles which are available in the current environments.static booleanisAvailable(@Nullable String id) Checks whether a profile is available.
-
Felddetails
-
ID_TEXT_ONLY
The default profile to compare text only in continuous page mode- Siehe auch:
-
ID_TEXT_AND_STYLES
The default profile to compare text and text styles in continuous page mode- Siehe auch:
-
ID_CONTINUOUS
The default profile to compare all elements in continuous page mode- Siehe auch:
-
ID_PAGED
The default profile to compare all elements page by page- Siehe auch:
-
ID_PAGED_IDENTICAL
The default profile to compare all elements page by page with very strict tolerance settings. This will accept only nearly identical documents.- Siehe auch:
-
-
Konstruktordetails
-
DefaultProfileID
public DefaultProfileID()
-
-
Methodendetails
-
getAvailableProfileIDs
Lists all default profiles which are available in the current environments. Default profiles can vary depending on the installed and activated plugins.- Gibt zurück:
- a list with the IDs of the available default profiles
- Seit:
- i-net PDFC 4.0
-
isAvailable
Checks whether a profile is available. A profile may be unavailable if it's plugin was removed or deactivated or, if it was a user profile that has been removed.- Parameter:
id- the id of the profile to check for- Gibt zurück:
true, if the Id can be used forPDFComparer.setProfile(String)- Seit:
- i-net PDFC 4.0
-